setup all ::create functions in zNPCTypeDutchman#535
setup all ::create functions in zNPCTypeDutchman#535JoshSanch merged 3 commits intobfbbdecomp:mainfrom
Conversation
🆗 ✅+2069 bytes No Regressions 🎉Progress: 26📈 |
| S32 zNPCGoalDutchmanInitiate::Exit(F32 dt, void* updCtxt) | ||
| { | ||
| return xGoal::Exit(dt, updCtxt); | ||
| } |
There was a problem hiding this comment.
Nitpick: This formatting is off if you could fix it.
| S32 zNPCGoalDutchmanCaught::Enter(float dt, void* updCtxt) | ||
| { | ||
| // To-Do | ||
| return zNPCGoalCommon::Enter(dt, updCtxt); | ||
| } |
There was a problem hiding this comment.
Nitpick: Use the standard // TODO notation that most IDEs scan for
🆗 ✅+2069 bytes No Regressions 🎉Progress: 26📈 |
🆗 ✅+2069 bytes No Regressions 🎉Progress: 26📈 |
Will work on more actual functions tmr. Wanted to finish these.